Search
HeaderCollection.CopyTo Method
See Also
 






Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void CopyTo (
    Header[] array,
    int arrayIndex
)

Visual Basic  Copy Code

Public Sub CopyTo( _
    array() As Header, _
    arrayIndex As Integer _
)

 Parameters

array

The one-dimensional Array that is the destination of the copied elements.

arrayIndex

The zero-based index in array at which copying begins.

 See Also